Also the general render method accepts a block. Inline Templates 일반적인 render 메소드도 블럭을 지원합니다. 인라인 템플릿
NOTE: Inline templates defined in the source file that requires sinatra are automatically loaded. 참고: sinatra를 require한 소스 파일에 정의된 인라인 템플릿은 자동으로 로드됩니다.
Call enable :inline_templates explicitly if you have inline templates in other source files. Named Templates 다른 소스 파일에서 인라인 템플릿을 사용하려면 명시적으로 enable :inline_templates 을 호출하면 됩니다.
app_file Path to the main application file, used to detect project root, views and public folder and inline templates. app_file 메인 애플리케이션 파일의 경로. 프로젝트 루트, 뷰, public 폴더, 인라인 템플릿을 파악할 때 사용됨.